home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / gadgets / page.m < prev    next >
Encoding:
Text File  |  2001-10-28  |  949 b   |  29 lines

  1. /*
  2. **  $VER: page.h 44.1 (19.10.1999)
  3. **  Includes Release 44.1
  4. **
  5. **  Page gadget definitions
  6. **
  7. ** Page gadget is part of layout.gadget
  8. **
  9. **  (C) Copyright 1987-1999 Amiga, Inc.
  10. **      All Rights Reserved
  11. */
  12. /*****************************************************************************/
  13. //MODULE 'reaction/reaction','intuition/gadgetclass'
  14. /*****************************************************************************/
  15. #define PAGE_Dummy        (TAG_USER+$04200000)
  16. #define PAGE_Add        (PAGE_Dummy+1)
  17. /*  (Object *)
  18.  *  Add a page to the end of a page group */
  19. #define PAGE_Remove         (PAGE_Dummy+2)
  20. /*  (Object *)
  21.  *  Remove a page from the page group */
  22. #define PAGE_Current      (PAGE_Dummy+3)
  23. /*  (ULONG)
  24.  *  Make the n'th page visible. Can be directly connected with tabs.gadget */
  25. #define PAGE_FixedVert      (PAGE_Dummy+4)
  26. #define PAGE_FixedHoriz       (PAGE_Dummy+5)
  27. /*  (BOOL)
  28.  *  Same function as layout.gadget Fixed tags */
  29.